-
We are receiving a lot of: reactor.core.ReactiveException: reactor.netty.http.client.PrematureCloseException: Connection prematurely closed BEFORE response at reactor.core.Exceptions.propagate(Exceptions.java:393) at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:97) at reactor.core.publisher.Mono.block(Mono.java:1678) The …
- 362 views
- 0 answers
- 0 votes
-
I have an issue with onErrorContinue() that the object passed to the Biconsumer is null. I’m using Spring boot 2.1.13.RELEASE …
- 358 views
- 2 answers
- 0 votes
-
TIA I am trying to upgrade Springboot application from 2.1.6 to 2.2.1 including spring cloud version from Greenwich.SR2 to Hoxton.SR5 …
- 319 views
- 0 answers
- 0 votes
-
Say I want to call a webservice1 and then call webservice2 if the first was successful. I can do the …
- 375 views
- 2 answers
- 0 votes
-
I have an end point in a Spring Boot application that produces Text Event Stream as output. @GetMapping(value = "/stream", …
- 371 views
- 0 answers
- 0 votes
-
I am writing some contract tests and I am trying to mock my controller in order to test the wanted …
- 307 views
- 1 answers
- 0 votes
-
I’m supposed to download a ZIP file from 3rd party API. However, when I’m using Spring Webclient I end up …
- 429 views
- 1 answers
- 0 votes
-
I use Spring Boot and Webflux. IN my code I try to return a Flux but I get the following …
- 392 views
- 1 answers
- 0 votes
-
I’m using WebFlux and WebClient and I need to consume two APIs and merge its responses. The first API receive …
- 384 views
- 2 answers
- 0 votes
-
Spring Boot version: 2.3.0.RELEASE Using spring boot application as src of iframe with spring security in classpath, webflux and servlet …
- 346 views
- 1 answers
- 0 votes